home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 11
/
Amiga Plus 11: Amiga Future.iso
/
rexx
/
reqerr.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-22
|
366b
|
19 lines
/*
**************************
**** xFX ARexx script ****
**************************
This script displays an error message
*/
if ~show('P','xFX.1') then do /* Check if xFX is running */
say 'xFX not running !'
exit
end
address 'xFX.1'
reqerr '"This is an error !"'